home *** CD-ROM | disk | FTP | other *** search
-
-
- On 15-Jul-94 "j.valks" wrote :
-
- > Try this one:
- >
- > WbStartup
- > If OpenSerial("serial.device",0,9600,0)
- > WriteSerialString 0,"Now testing..."
- > SerialClose 0
- > Else
- > Nprint "Can't open Serial.Device"
- > End
- > MouseWait:End
- >
- > The only thing that happend is that the first 2 letters of the string
- > appears on the screen (of the PC).
-
- I think your closing the serial.device too soon and not giving enough time for
- the string to be sent. Move CloseSerial to the end of your program.
-
- Rob. (robert.newman@frontier.centron.com)
- ============================================================================
- | Standard disclaimer: The views of this user are strictly his own. |
- | Gated @ Centronics BBS [centron.com] - +44-473-273246 VFC/V32Ter/HST/Fax |
- ============================================================================
-
-
-